go/ast.TypeSwitchStmt.Switch (field)

3 uses

	go/ast (current package)
		ast.go#L729: 		Switch token.Pos  // position of "switch" keyword
		ast.go#L787: func (s *TypeSwitchStmt) Pos() token.Pos { return s.Switch }

	go/parser
		parser.go#L2267: 		return &ast.TypeSwitchStmt{Switch: pos, Init: s1, Assign: s2, Body: body}